github.com/gotd/td/mtproto.Conn.logWithBuffer (method)

4 uses

	github.com/gotd/td/mtproto (current package)
		handle_message.go#L21: 	c.logWithBuffer(b).Debug(context.Background(), "Handle message", log.Int64("msg_id", msgID))
		handle_result.go#L27: 	c.logWithBuffer(b).Debug(ctx, "Handle result", msgID)
		handle_result.go#L42: 		c.logWithBuffer(b).Debug(ctx, "Decompressed", msgID)
		zap.go#L25: func (c *Conn) logWithBuffer(b *bin.Buffer) log.Helper {